-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix links to the release-v1.0.0 #1324
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ericnordelo
approved these changes
Feb 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
ericnordelo
added a commit
that referenced
this pull request
Feb 24, 2025
* Add Governor documentation (#1235) * docs: document main component * feat: add extensions API References * Update docs/modules/ROOT/pages/governance/governor.adoc Co-authored-by: Andrew Fleming <[email protected]> * Update docs/modules/ROOT/pages/governance/governor.adoc Co-authored-by: Andrew Fleming <[email protected]> * feat: apply review updates * feat: add interface id * feat: apply review updates * feat: add interface * feat: apply review updates --------- Co-authored-by: Andrew Fleming <[email protected]> * Bump version to 1.0.0 and update presets page * Fix permit hash on v1 (#1285) * fix permit hash * fix test Message hash * add changelog entry * add PR# to changelog entry * Add `initializer_no_metadata` to erc1155 component (#1287) * add ERC1155 initializer_no_metadata * add initializer_no_metadata to ERC1155 API * add changelog entry * fix doc fmt * update changelog entry * Add `initializer_no_metadata` to erc721 component (#1278) * add initializer_no_metadata * add test for initializer_no_metadata * add doc for initializer_no_metadata * add changelog entry * fix changelog entry --------- Co-authored-by: Eric Nordelo <[email protected]> * Fix Governor timelock salt release branch (#1306) * fix: xor issue * fix: linter * feat: add invariant comment * Update LICENSE (#1312) (cherry picked from commit 84b54ab) * feat: prevent potential bitwise operation issue (#1310) * Fix timelock operation hash (release) (#1313) * fix hash_operation * add changelog entry * fix syntax * add test for single vs batch hash op * add pr# to changelog entry * Apply suggestions from code review Co-authored-by: immrsd <[email protected]> --------- Co-authored-by: immrsd <[email protected]> * Fix quorum issue (#1315) * Fix SignerInfo packing bug (#1316) * Fix Changelog and versions for release (#1307) * feat: update scarb and CHANGELOG * Bump scarb to v2.9.1 (#1239) * update fmt * add missing dev dep * update scarb version in doc * add changelog entry * update changelog entry * Apply suggestions from code review Co-authored-by: Eric Nordelo <[email protected]> * add snforge entry to changelog * test coverage when not updating snforge * remove snforge entry from changelog * comment out cairo-coverage and codecov in ci * re-bump snforge * tmp remove coverage from command --------- Co-authored-by: Eric Nordelo <[email protected]> * Update CHANGELOG.md Co-authored-by: Andrew Fleming <[email protected]> * fix: linter * fix: compilation --------- Co-authored-by: Andrew Fleming <[email protected]> * fix links to the release-v1.0.0 (#1324) * Update access.adoc * Update accounts.adoc * Update account.adoc * Update upgrades.adoc * Update utilities.adoc * Update presets.adoc * Update udc.adoc * Update upgrades.adoc * Update proposal_core.cairo * Update upgradeable.cairo * Update deployments.cairo * Update checkpoint.cairo * Update governance readme (#1325) Co-authored-by: Eric Nordelo <[email protected]> * Bump scarb to 2.9.3 and add Debug and PartialEq to component events (#1336) * feat: bump scarb to 2.10 and add Debug and PartialEq to component events * feat: use scarb 2.9.3 * feat: bump scarb (#1339) * Remove README no-audit disclaimer (#1342) * feat: update README and SECURITY * refactor: remove warning * feat: add wizard * feat: add new line at the end * Add changelog entry for v1.0.0 * Bump version to 1.0.0 and update presets page * Fix versions in README * feat: remove duplicated function * feat: add missing imports * feat: remove duplicated import --------- Co-authored-by: Andrew Fleming <[email protected]> Co-authored-by: ericnordelo <[email protected]> Co-authored-by: Andrew Fleming <[email protected]> Co-authored-by: Eric Lau <[email protected]> Co-authored-by: immrsd <[email protected]> Co-authored-by: youyyytrok <[email protected]> Co-authored-by: immrsd <[email protected]> Co-authored-by: immrsd <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request resolves issues with broken and outdated links in the documentation. The changes were made based on the feedback provided in this comment by @ericnordelo
PR Checklist